setDebug method

Future<void> setDebug(
  1. String testDeviceId,
  2. bool isTestEurope
)

Implementation

Future<void> setDebug(String testDeviceId, bool isTestEurope) async {
  return await _platform.invokeMethod('setDebug', {'testDeviceId': testDeviceId, 'isTestEurope': isTestEurope});
}