Future<bool> isRuntimeHooked() async { final result = await _channel.invokeMethod<bool>('runtime#isHooked'); return result ?? false; }