startChatHeadService method

Future<bool> startChatHeadService()

Manually start chat head service (Android only) Useful after overlay permission is granted

Implementation

Future<bool> startChatHeadService() {
  throw UnimplementedError('startChatHeadService() has not been implemented.');
}