Starts payment process.
@override Future<void> startPayment({required String url}) async { await _methodHandler.startPayment(url: url); }