configurePlatformOrderTracking method
Future<void>
configurePlatformOrderTracking({
- required PlatformPayOrderDetails orderDetails,
override
Implementation
@override
Future<void> configurePlatformOrderTracking(
{required PlatformPayOrderDetails orderDetails}) {
throw WebUnsupportedError.method('configurePlatformOrderTracking');
}