logging method

Future<int> logging(
  1. bool isEnableLogging
)

Implementation

Future<int> logging(bool isEnableLogging) async =>
    throw UnimplementedError('logging() has not been implemented.');