Returns a Future that resolves when a device session has started.
@override Future open(dynamic device) { return methodChannel .invokeMethod<bool>('open') .then<void>((dynamic result) => result); }