getDeviceInfo method
Get device information from the native platform.
Returns a map containing device-specific information such as:
- deviceId: Unique device identifier
- deviceType: Type of device (mobile or tv)
- token: Authentication token (for TV devices)
- refreshToken: Refresh token (for TV devices)
Implementation
Future<Map<String, dynamic>> getDeviceInfo() {
throw UnimplementedError('getDeviceInfo() has not been implemented.');
}