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