@override Future<bool?> setWorkArea(String value) { return methodChannel.invokeMethod( 'setWorkArea', <String, String>{'value': value}, ); }