Future<String> get instruction { return platform( android: (pool) => _androidModel.getInstruction(), ios: (pool) => _iosModel.get_instruction(), ); }