log method

Future<void> log(
  1. String logType,
  2. String logInfo
)

Log message

Implementation

Future<void> log(String logType, String logInfo) {
  throw UnimplementedError('log() has not been implemented.');
}