toCall method

Future<String?> toCall(
  1. Map map
)

Implementation

Future<String?> toCall(Map map) {
  throw UnimplementedError('toCall() has not been implemented.');
}