static Future<void> setCrashHandlersEnabled(bool enabled) async { return _channel.invokeMethod('setCrashHandlersEnabled', enabled); }