isAppRunningInTestlab method

Future<bool?> isAppRunningInTestlab()

Implementation

Future<bool?> isAppRunningInTestlab() {
  throw UnsupportedError(
    'Use the implementation method of FirebaseTestlabDetectorPlatform.',
  );
}