Files
packages.dart/deprecated/fb_auth/example/lib/plugins/desktop/io.dart
2026-01-15 17:36:22 -08:00

9 lines
225 B
Dart

import 'package:flutter/foundation.dart';
void setTargetPlatformForDesktop({TargetPlatform platform}) {
TargetPlatform targetPlatform;
targetPlatform = platform;
debugDefaultTargetPlatformOverride = targetPlatform;
}