self property
Future<DyteSelfParticipant>
get
self
Implementation
Future<DyteSelfParticipant> get self async {
final Map<dynamic, dynamic> ret = await _channel.invokeMethod('getSelf');
return new DyteSelfParticipant(ret);
}