getGPPString method

Future<String?> getGPPString()

Implementation

Future<String?> getGPPString() async {
  return _instance.getGPPString();
}