isAppInDebugMode method

Future<bool> isAppInDebugMode(
  1. String bundleId
)

Implementation

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