startChat method

Future<void> startChat()

Implementation

Future<void> startChat() async {
  throw UnimplementedError('startChat() has not been implemented.');
}