File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/flutter/lib/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import 'client_base.dart';
22
3- /// Implemented in `browser_client .dart` and `io_client .dart`.
3+ /// Implemented in `client_browser .dart` and `client_io .dart`.
44ClientBase createClient({required String endPoint, required bool selfSigned}) =>
55 throw UnsupportedError(
66 'Cannot create a client without dart:html or dart:io.');
Original file line number Diff line number Diff line change 11import 'realtime_base.dart';
22import 'client.dart';
33
4- /// Implemented in `browser_client .dart` and `io_client .dart`.
4+ /// Implemented in `realtime_browser .dart` and `realtime_io .dart`.
55RealtimeBase createRealtime(Client client) => throw UnsupportedError(
66 'Cannot create a client without dart:html or dart:io.');
You can’t perform that action at this time.
0 commit comments