getCallDetails method

Future<String?> getCallDetails(
  1. String no
)

Implementation

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