checkIsDebug property

Future<bool> checkIsDebug

插件是否是debug模式

Implementation

static Future<bool> get checkIsDebug async => await _channel.invokeMethod("checkIsDebug");