import 'package:web_socket_channel/web_socket_channel.dart'; abstract class MyWsChannelImpl { static Future connect(Uri uri) async { throw "Not implemented!"; } }