mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-09 09:22:31 +00:00
9 lines
175 B
Dart
9 lines
175 B
Dart
![]() |
|
||
|
import 'flowy_board_platform_interface.dart';
|
||
|
|
||
|
class FlowyBoard {
|
||
|
Future<String?> getPlatformVersion() {
|
||
|
return FlowyBoardPlatform.instance.getPlatformVersion();
|
||
|
}
|
||
|
}
|