Fix strong mode error in platform_channel/main.dart (#15624)

* Fix strong mode error in platform_channel/main.dart

* Addres code review comments.
This commit is contained in:
Siva 2018-03-16 16:21:33 -07:00 committed by GitHub
parent 6d5810eced
commit 8379927985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ class _PlatformChannelState extends State<PlatformChannel> {
});
}
void _onError(PlatformException error) {
void _onError(Object error) {
setState(() {
_chargingStatus = 'Battery status: unknown.';
});