info method

Future<void> info(
  1. String value
)

Implementation

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