customLog method

dynamic customLog(
  1. String message
)

Implementation

customLog(String message) async {
  throw UnimplementedError('customLog() has not been implemented.');
}