acceptRoleChangerequest method Null safety
accept the role changes.
Implementation
void acceptRoleChangerequest() {
PlatformService.invokeMethod(PlatformMethod.acceptRoleChange);
}
accept the role changes.
void acceptRoleChangerequest() {
PlatformService.invokeMethod(PlatformMethod.acceptRoleChange);
}