inviteByPhone method

Future<String> inviteByPhone(
  1. String countryCode,
  2. String phoneNumber,
  3. String name
)

Implementation

Future<String> inviteByPhone(
    String countryCode, String phoneNumber, String name) async {
  throw UnimplementedError(
      'getSupportCountryInfo() has not been implemented.');
}