menu
apollovm package
documentation
apollovm_repository_io.dart
RepositoryService
move method
move method
dark_mode
light_mode
move
method
Future
<
void
>
move
(
String
from
,
String
to
)
Implementation
Future<void> move(String from, String to) => adapter.move(from, to);
apollovm package
documentation
apollovm_repository_io
RepositoryService
move method
RepositoryService class