mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 21:49:04 +08:00
7a2de5d280
Signed-off-by: fufesou <shuanglongchen@yeah.net>
8 lines
253 B
Dart
8 lines
253 B
Dart
import 'package:flutter_hbb/generated_bridge.dart';
|
|
import 'native_model.dart' if (dart.library.html) 'web_model.dart';
|
|
|
|
final platformFFI = PlatformFFI.instance;
|
|
final localeName = PlatformFFI.localeName;
|
|
|
|
RustdeskImpl get bind => platformFFI.ffiBind;
|