onLogMessage property

Stream<Map<String, dynamic>> get onLogMessage

Stream of log messages from the VPN service

Implementation

Stream<Map<String, dynamic>> get onLogMessage {
  throw UnimplementedError('onLogMessage has not been implemented.');
}