amIDebugged static method

Future<bool?> amIDebugged()

Implementation

static Future<bool?> amIDebugged() async {
  return await RjsnifferPlatform.instance.amIDebugged();
}