getVponID method

Future<String?> getVponID()

Implementation

Future<String?> getVponID() async {
  return await instanceManager.getVponID();
}