csjiabin

Results 2 issues of csjiabin

``` 2018-09-26 19:59:39,209 ERROR 48387 nodejs.AppWorkerDiedError: [master] app_worker#1:48398 died (code: 1, signal: null, suicide: false, state: dead), current workers: [] at Master.onAppExit (/Users/csjiabin/project/nodeJs/part-time/node_modules/egg-cluster/lib/master.js:400:21) at emitOne (events.js:116:13) at Master.emit (events.js:211:7) at...

` enableDarkStatusBar() async { await ScreenTheme.darkStatusBar(); bool hasLightStatusBar = await ScreenTheme.hasALightStatusBar(); print(hasLightStatusBar); } ` ``` Unhandled exception: MissingPluginException(No implementation found for method changeStatusBarTheme on channel g123k/screentheme) #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:278:7) #1...