customMessage method

Future<void> customMessage(
  1. String message
)

Implementation

Future<void> customMessage(String message) {
  throw UnimplementedError('customMessage() has not been implemented.');
}