navigateToTransferGroupOwner<T extends Object?> function
Implementation
Future<T?>? navigateToTransferGroupOwner<T extends Object?>({
required BuildContext context,
dynamic options,
}) {
return TencentCloudChatRouter().navigateTo<T>(
context: context,
routeName: TencentCloudChatRouteNames.groupTransferOwner,
options: options,
);
}