isGooglePayAvailable method

  1. @override
Future<bool> isGooglePayAvailable()
override

Check if Google Pay is available

Implementation

@override
Future<bool> isGooglePayAvailable() async {
  return await _mfGPayFlutter.isGooglePayAvailable();
}