@override Future<String?> title() async { return await _channel.invokeMethod<String>('$_name/title'); }