setDebugMode static method

Future<bool?> setDebugMode({
  1. required bool flag,
})

Implementation

static Future<bool?> setDebugMode({
  required bool flag,
}) {
  return ChannelTalkFlutterPlatform.instance.setDebugMode(flag);
}