static Future<bool> get isTestEnabled async { if (!isSupportedPlatform) return false; return await _channel.invokeMethod('isTestEnabled'); }