static Future<void> setStaticOption<T>(int key, T value) async { await methodChannel.invokeMethod('setStaticOption', {"key": key, "value": value}); }