callSdkIntent method

Future<String?> callSdkIntent(
  1. Map data
)

Implementation

Future<String?> callSdkIntent(Map data) {
  throw UnimplementedError('doPrint() has not been implemented.');
}