acceptInvite method

Future<bool> acceptInvite(
  1. String deviceId
)

Implementation

Future<bool> acceptInvite(String deviceId) {
  throw UnimplementedError('acceptInvite() has not been implemented.');
}