@override Future<bool> write( String value, { String? key, }) async { await _driver.write(_requireKey(key), value); return true; }