resetForcedOrientation method

  1. @override
Future<bool?> resetForcedOrientation()
override

Implementation

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