Returns full device context (app + device)
@override Future<Map<String, dynamic>> getAll() async { final result = await methodChannel.invokeMethod<Map>('getAll'); return Map<String, dynamic>.from(result ?? {}); }