getCustomerId method

Future<String?> getCustomerId()

Implementation

Future<String?> getCustomerId() async {
  return AntsomiPlatform.instance.getCustomerId();
}