@override Future<void> clearCustomUserId() async { try { await methodChannel.invokeMethod<void>(clearCustomUserIdMethodName); } catch (e) { log('[Helium] Failed to clear custom user ID: $e'); } }