setLog method

Future<void> setLog(
  1. bool isLog
)

Implementation

Future<void> setLog(bool isLog) {
  return _channel.invokeMethod(PMConstants.mLog, isLog);
}