enableProductionEnvironment method

Future<void> enableProductionEnvironment(
  1. bool isProdEnv
)

Implementation

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