runSdk method

Future<void> runSdk(
  1. String phone,
  2. String companyKey,
)

Implementation

Future<void> runSdk(String phone, String companyKey, String orgLogo) {
  throw UnimplementedError('runSdk() has not been implemented.');
}