isAppBeingDebugged method

Future<bool> isAppBeingDebugged()

Implementation

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