getCustomerAssetPath method

  1. @override
Future<String?> getCustomerAssetPath({
  1. required String identifier,
})
override

Implementation

@override
Future<String?> getCustomerAssetPath({required String identifier}) =>
    methodChannel.invokeMethod<String?>('getCustomerAssetPath', {
      'identifier': identifier,
    });