@override Future<bool?> resetForcedOrientation() async { return await methodChannel .invokeMethod<bool>(SeeSoPluginMethod.RESET_FORCED_ORIENTATION.name); }