invokePFM method

  1. @override
Future<void> invokePFM()
override

This method implements the invokePFM and communicated with native side passes values and maintains proper checks

Implementation

@override

///This method implements the invokePFM and communicated with native side passes values and maintains proper checks
Future<void> invokePFM() async {
  methodChannel.invokeMethod<String>('invokePFM', {});
}