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