getCurrentAccount method

Future<NIMResult<String?>> getCurrentAccount()

Implementation

Future<NIMResult<String?>> getCurrentAccount() async {
  throw UnimplementedError('getCurrentAccount() is not implemented');
}