@override Future<String?> getData(String token) => methodChannel.invokeMethod<String>( BraintreeConstants.getDataMethodKey, {'token': token}, );