setLogEnable method

Future<int> setLogEnable(
  1. bool status
)

Implementation

Future<int> setLogEnable(bool status) {
  throw UnimplementedError("setLogEnable() has not been implemented.");
}