onAssetsChanged method
Called when assets changed and obtained notifications from the OS. 系统发出资源变更的通知时调用的方法
Implementation
Future<void> onAssetsChanged(MethodCall call, StateSetter setState) async {}
Called when assets changed and obtained notifications from the OS. 系统发出资源变更的通知时调用的方法
Future<void> onAssetsChanged(MethodCall call, StateSetter setState) async {}