canMessage method

Future<bool> canMessage(
  1. String address
)

Implementation

Future<bool> canMessage(String address) {
  throw UnimplementedError('canMessage() has not been implemented.');
}