reciver method

Future<String?> reciver()

Implementation

Future<String?> reciver() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}