configurePlatformOrderTracking method

  1. @override
Future<void> configurePlatformOrderTracking({
  1. required PlatformPayOrderDetails orderDetails,
})
override

Implementation

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