notifyChildrenChanged method
Implementation
@override
Future<void> notifyChildrenChanged(
NotifyChildrenChangedRequest request) async {
await handlerChannel.invokeMethod<void>(
'notifyChildrenChanged', request.toMap());
}
@override
Future<void> notifyChildrenChanged(
NotifyChildrenChangedRequest request) async {
await handlerChannel.invokeMethod<void>(
'notifyChildrenChanged', request.toMap());
}